home *** CD-ROM | disk | FTP | other *** search
- * This is the path to the netCDF file:
- DSET /Data/moisture.nc
- TITLE This is a sample
- UNDEF 99999.0
- * XDEF X_Dimension_Name X_Count LINEAR First_X_Value X_Step
- XDEF dimension1 144 LINEAR 0.0 2.5
- * YDEF Y_Dimension_Name Y_Count LINEAR First_Y_Value Y_Step
- YDEF dimension2 73 LINEAR 0.0 2.5
- * TDEF T_Dimension_Name T_Count LINEAR First_T_Value T_Step
- TDEF dimension3 365 LINEAR 0Z01JAN1979 1DY
- VARS 1
- * netCDF_variable_name=>GrADS_variable_name #levels 99 GrADS_long_name
- Moisture=>moisture 1 99 Moisture
- ENDVARS
-